@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rds.posccaesar.org/ontology/lis14/rdl/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> . ns0:Actual metadata_def:mappingLoom "actual" ; metadata_def:mappingSameURI ns0:Actual ; metadata_def:prefLabel "Actual" ; metadata:prefixIRI "lis:Actual" ; a owl:Class ; rdfs:label "Actual" ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Specified ; skos:example "A serial-numbered artefact installed at a tag, a function of a concrete artefact, a run or execution of a designed process, an industrial facility \"as built\"." ; ns1:isPrimitive true ; ns1:naturalLanguageDefinition "An entity that is a concrete implementation of a 'specified' entity." ; ns1:primitiveRationale "The notion of concrete implementation, of providing an actual item to serve a design, is not defined. An explication should be given in terms of systems engineering practices." . ns0:Specified rdfs:seeAlso ns0:Actual . ns0:implements rdfs:domain ns0:Actual .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rds.posccaesar.org/ontology/lis14/rdl/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> .

ns0:Actual
    metadata_def:mappingLoom "actual" ;
    metadata_def:mappingSameURI ns0:Actual ;
    metadata_def:prefLabel "Actual" ;
    metadata:prefixIRI "lis:Actual" ;
    a owl:Class ;
    rdfs:label "Actual" ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Specified ;
    skos:example "A serial-numbered artefact installed at a tag, a function of a concrete artefact, a run or execution of a designed process, an industrial facility \"as built\"." ;
    ns1:isPrimitive true ;
    ns1:naturalLanguageDefinition "An entity that is a concrete implementation of a 'specified' entity." ;
    ns1:primitiveRationale "The notion of concrete implementation, of providing an actual item to serve a design, is not defined. An explication should be given in terms of systems engineering practices." .

ns0:Specified
    rdfs:seeAlso ns0:Actual .

ns0:implements
    rdfs:domain ns0:Actual .