mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +02:00
Fix text and PDF
This commit is contained in:
parent
305ff7ab3d
commit
ba30c8a08a
5 changed files with 101 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
from . defs import *
|
||||
from .. schema import Triple, Value
|
||||
|
||||
class DigitalDocument:
|
||||
def __init__(
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
from . defs import ORGANIZATION, DESCRIPTION
|
||||
from . defs import *
|
||||
from .. schema import Triple, Value
|
||||
|
||||
class Organization:
|
||||
def __init__(self, id, name=None, description=None):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
from . defs import *
|
||||
from .. schema import Triple, Value
|
||||
|
||||
class PublicationEvent:
|
||||
def __init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue