@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/configurationontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:specToBeAdded a owl:ObjectProperty ; rdfs:comment "Specification to be added to a Configuration in a ConfigurationLink"@en ; rdfs:domain ns0:ConfigurationLink ; rdfs:label "added specification"@en ; rdfs:range ns0:Specification .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/configurationontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:specToBeAdded
    a owl:ObjectProperty ;
    rdfs:comment "Specification to be added to a Configuration in a ConfigurationLink"@en ;
    rdfs:domain ns0:ConfigurationLink ;
    rdfs:label "added specification"@en ;
    rdfs:range ns0:Specification .