@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
as:name a owl:DatatypeProperty ;
rdfs:label "name"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( as:Object as:Link ) ] ;
rdfs:name "The default, plain-text display name of the object or link."@en ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rdf:langString xsd:string ) ] .