@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://open-services.net/ns/asset#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://open-services.net/bin/view/Main/AssetMgSpecificationV2#> . ns0:artifact a owl:ObjectProperty ; rdfs:comment """The multi valued list of artifacts. """ ; rdfs:isDefinedBy <http://open-services.net/ns/asset#> ; rdfs:label "artifact" ; rdfs:range ns0:Asset ; rdfs:seeAlso ns1:Asset .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://open-services.net/ns/asset#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://open-services.net/bin/view/Main/AssetMgSpecificationV2#> .

ns0:artifact
    a owl:ObjectProperty ;
    rdfs:comment """The multi valued list of artifacts.
		""" ;
    rdfs:isDefinedBy <http://open-services.net/ns/asset#> ;
    rdfs:label "artifact" ;
    rdfs:range ns0:Asset ;
    rdfs:seeAlso ns1:Asset .