http://www.w3.org/ns/activitystreams#href
The target URI of the Link
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Link | as:href | xsd:anyURI |
@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
as:href a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "href"@en ;
rdfs:comment "The target URI of the Link"@en ;
rdfs:domain as:Link ;
rdfs:range xsd:anyURI .