@base <https://semantic-flow.github.io/mesh-sidecar-fantasy-rules/> .
@prefix sflo: <https://semantic-flow.github.io/semantic-flow-ontology/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<_knop> a sflo:Knop ;
  sflo:hasKnopMetadata <_knop/_meta> ;
  sflo:hasKnopInventory <_knop/_inventory> ;
  sflo:hasWorkingKnopInventoryFile <_knop/_inventory/inventory.ttl> ;
  sflo:hasResourcePage <_knop/index.html> .

<_knop/_meta> a sflo:KnopMetadata, sflo:DigitalArtifact, sflo:RdfDocument ;
  sflo:hasArtifactHistory <_knop/_meta/_history001> ;
  sflo:currentArtifactHistory <_knop/_meta/_history001> ;
  sflo:nextHistoryOrdinal "2"^^xsd:nonNegativeInteger ;
  sflo:hasWorkingLocatedFile <_knop/_meta/meta.ttl> ;
  sflo:hasResourcePage <_knop/_meta/index.html> .

<_knop/_meta/_history001> a sflo:ArtifactHistory ;
  sflo:historyOrdinal "1"^^xsd:nonNegativeInteger ;
  sflo:hasHistoricalState <_knop/_meta/_history001/_s0001> ;
  sflo:latestHistoricalState <_knop/_meta/_history001/_s0001> ;
  sflo:nextStateOrdinal "2"^^xsd:nonNegativeInteger ;
  sflo:hasResourcePage <_knop/_meta/_history001/index.html> .

<_knop/_meta/_history001/_s0001> a sflo:HistoricalState ;
  sflo:stateOrdinal "1"^^xsd:nonNegativeInteger ;
  sflo:hasManifestation <_knop/_meta/_history001/_s0001/meta-ttl> ;
  sflo:locatedFileForState <_knop/_meta/_history001/_s0001/meta-ttl/meta.ttl> ;
  sflo:hasResourcePage <_knop/_meta/_history001/_s0001/index.html> .

<_knop/_meta/_history001/_s0001/meta-ttl> a sflo:ArtifactManifestation, sflo:RdfDocument ;
  sflo:hasLocatedFile <_knop/_meta/_history001/_s0001/meta-ttl/meta.ttl> ;
  sflo:hasResourcePage <_knop/_meta/_history001/_s0001/meta-ttl/index.html> .

<_knop/_inventory> a sflo:KnopInventory, sflo:DigitalArtifact, sflo:RdfDocument ;
  sflo:hasArtifactHistory <_knop/_inventory/_history001> ;
  sflo:currentArtifactHistory <_knop/_inventory/_history001> ;
  sflo:nextHistoryOrdinal "2"^^xsd:nonNegativeInteger ;
  sflo:hasWorkingLocatedFile <_knop/_inventory/inventory.ttl> ;
  sflo:hasResourcePage <_knop/_inventory/index.html> .

<_knop/_inventory/_history001> a sflo:ArtifactHistory ;
  sflo:historyOrdinal "1"^^xsd:nonNegativeInteger ;
  sflo:hasHistoricalState <_knop/_inventory/_history001/_s0001> ;
  sflo:latestHistoricalState <_knop/_inventory/_history001/_s0001> ;
  sflo:nextStateOrdinal "2"^^xsd:nonNegativeInteger ;
  sflo:hasResourcePage <_knop/_inventory/_history001/index.html> .

<_knop/_inventory/_history001/_s0001> a sflo:HistoricalState ;
  sflo:stateOrdinal "1"^^xsd:nonNegativeInteger ;
  sflo:hasManifestation <_knop/_inventory/_history001/_s0001/inventory-ttl> ;
  sflo:locatedFileForState <_knop/_inventory/_history001/_s0001/inventory-ttl/inventory.ttl> ;
  sflo:hasResourcePage <_knop/_inventory/_history001/_s0001/index.html> .

<_knop/_inventory/_history001/_s0001/inventory-ttl> a sflo:ArtifactManifestation, sflo:RdfDocument ;
  sflo:hasLocatedFile <_knop/_inventory/_history001/_s0001/inventory-ttl/inventory.ttl> ;
  sflo:hasResourcePage <_knop/_inventory/_history001/_s0001/inventory-ttl/index.html> .

<_knop/_meta/meta.ttl> a sflo:LocatedFile, sflo:RdfDocument .

<_knop/_inventory/inventory.ttl> a sflo:LocatedFile, sflo:RdfDocument .

<_knop/_meta/_history001/_s0001/meta-ttl/meta.ttl> a sflo:LocatedFile, sflo:RdfDocument .

<_knop/_inventory/_history001/_s0001/inventory-ttl/inventory.ttl> a sflo:LocatedFile, sflo:RdfDocument .

<_knop/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_meta/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_meta/_history001/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_meta/_history001/_s0001/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_meta/_history001/_s0001/meta-ttl/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_inventory/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_inventory/_history001/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_inventory/_history001/_s0001/index.html> a sflo:ResourcePage, sflo:LocatedFile .

<_knop/_inventory/_history001/_s0001/inventory-ttl/index.html> a sflo:ResourcePage, sflo:LocatedFile .
