コード例 #1
0
 def __init__(self, *args): 
   self.type = self.skos.ConceptScheme
   Node.__init__(self, args) 
コード例 #2
0
ファイル: ContactPoint.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args): 
   self.type = self.schema.ContactPoint
   Node.__init__(self, args) 
コード例 #3
0
ファイル: Frequency.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args): 
   self.type = self.dct.Frequency
   Node.__init__(self, args) 
コード例 #4
0
ファイル: Distribution.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
   self.type = self.dcat.Distribution
   Node.__init__(self, args) 
コード例 #5
0
 def __init__(self, *args):
     self.type = self.hydra.Operation
     Node.__init__(self, args)
コード例 #6
0
ファイル: HydraClass.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args): 
   self.type = self.hydra.Class
   Node.__init__(self, args) 
コード例 #7
0
ファイル: CreativeWork.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.schema.CreativeWork
     Node.__init__(self, args)
コード例 #8
0
 def __init__(self, *args):
     self.type = self.epos.WebService
     Node.__init__(self, args)
コード例 #9
0
 def __init__(self, *args):
     self.type = self.hydra.IriTemplate
     Node.__init__(self, args)
コード例 #10
0
 def __init__(self, *args):
     self.type = self.dct.RightsStatement
     Node.__init__(self, args)
コード例 #11
0
 def __init__(self, *args):
     self.type = self.dct.MediaTypeOrExtent
     Node.__init__(self, args)
コード例 #12
0
ファイル: Publication.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.epos.Publication
     Node.__init__(self, args)
コード例 #13
0
 def __init__(self, *args): 
   self.type = self.vcard.Kind
   Node.__init__(self, args) 
コード例 #14
0
 def __init__(self, *args):
     self.type = self.foaf.Project
     Node.__init__(self, args)
コード例 #15
0
ファイル: Dataset.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args): 
   self.type = self.dcat.Dataset
   Node.__init__(self, args)
コード例 #16
0
ファイル: Standard.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.dct.Standard
     Node.__init__(self, args)
コード例 #17
0
 def __init__(self, *args):
     self.type = self.dcat.CatalogRecord
     Node.__init__(self, args)
コード例 #18
0
 def __init__(self, *args):
     self.type = self.schema.Organization
     Node.__init__(self, args)
コード例 #19
0
 def __init__(self, *args): 
   self.type = self.schema.PropertyValue
   Node.__init__(self, args) 
コード例 #20
0
 def __init__(self, *args):
     self.type = self.dct.LinguisticSystem
     Node.__init__(self, args)
コード例 #21
0
ファイル: Checksum.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.spdx.Checksum
     Node.__init__(self, args)
コード例 #22
0
 def __init__(self, *args):
     self.type = self.dct.LicenseDocument
     Node.__init__(self, args)
コード例 #23
0
 def __init__(self, *args):
     self.type = self.dct.ProvenanceStatement
     Node.__init__(self, args)
コード例 #24
0
ファイル: Agent.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.foaf.Agent
     Node.__init__(self, args)
コード例 #25
0
 def __init__(self, *args):
     self.type = self.schema.SoftwareApplication
     Node.__init__(self, args)
コード例 #26
0
 def __init__(self, *args): 
   self.type = self.dct.Location
   Node.__init__(self, args) 
コード例 #27
0
ファイル: RDFSLiteral.py プロジェクト: Jollyfant/EPOS-TURTLE
 def __init__(self, *args):
     self.type = self.dct.RDFSLiteral
     Node.__init__(self, args)
コード例 #28
0
 def __init__(self, *args):
     self.type = self.epos.Equipment
     Node.__init__(self, args)
コード例 #29
0
 def __init__(self, identifier, dictionary):
     Node.__init__(self, identifier, dictionary)
     self.type = self.schema.SoftwareSourceCode
コード例 #30
0
 def __init__(self, *args):
     self.type = self.dct.PeriodOfTime
     Node.__init__(self, args)