@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/rdfp/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . ns0:alias a owl:ObjectProperty ; rdfs:comment """Links a representation to one of its aliases. According to the Web architecture design principles, there should never be two following rdfp:alias links."""@en ; rdfs:isDefinedBy <https://w3id.org/rdfp/> ; rdfs:label "alias"@en ; ns1:term_status "testing" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/rdfp/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

ns0:alias
    a owl:ObjectProperty ;
    rdfs:comment """Links a representation to one of its aliases. 

According to the Web architecture design principles, there should never be two following rdfp:alias links."""@en ;
    rdfs:isDefinedBy <https://w3id.org/rdfp/> ;
    rdfs:label "alias"@en ;
    ns1:term_status "testing" .